home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 1994 January / ARPL-Jan94-Disc2of2-Partner-Edition.iso / Applications / Databases / GQL V3.1 Demo Folder / GQL⁄User / GQL_User.rsrc / STR#_1610.txt < prev    next >
Encoding:
Text File  |  1993-07-07  |  223 b   |  9 lines

  1. database ^DATABASE^;
  2.  
  3. show view ^TABLE^;
  4.  
  5.  
  6.  
  7. select ColumnName, ColumnType, ColumnLength, Nullable, ColumnFormat, DecimalTotalDigits, DecimalFractionalDigits from DBC.Columns where TableName = '^0' and DataBaseName = '^1';
  8.  
  9.